Operation Document.Routing.BackToReady (Set Step back to a ready state)
In component org.nuxeo.ecm.platform.routing.operations
Description
Set the step back to a ready state.
Operation id | Document.Routing.BackToReady |
---|---|
Category | Routing |
Label | Set Step back to a ready state |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | void |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.platform.routing.api.operation.StepBackToReadyOperation |
---|---|
Contributing Component | org.nuxeo.ecm.platform.routing.operations |
JSON Definition
{ "id" : "Document.Routing.BackToReady", "label" : "Set Step back to a ready state", "category" : "Routing", "requires" : null, "description" : "Set the step back to a ready state.", "url" : "Document.Routing.BackToReady", "signature" : [ "void", "void" ], "params" : [ ] }